home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
mirrored_maze2.swf
/
scripts
/
DefineButton2_168
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-09-04
|
680b
|
29 lines
on(release){
if(_root.start1x > 100)
{
if(_root.start1x < 700)
{
if(_root.start2x > 100)
{
if(_root.start2x < 700)
{
if(_root.finish1x > 100)
{
if(_root.finish1x < 700)
{
if(_root.finish2x > 100)
{
if(_root.finish2x < 700)
{
_root.mice = "2";
nextFrame();
}
}
}
}
}
}
}
}
}